home *** CD-ROM | disk | FTP | other *** search
/ Top 102 Games / Top 102 Games.iso / play / bi2200 / install.dpe < prev    next >
Text File  |  1994-09-20  |  656b  |  18 lines

  1. @echo off
  2. echo ************************************************************
  3. echo This will unpack the Battle Isle 2200 demo in the current 
  4. echo directory.  If you do not want to continue press CTRL-C now.
  5. echo ************************************************************
  6. pause
  7. pkunzip -d demo.zip
  8. del demo.zip
  9. del pkunzip.exe
  10. ren install.bat install.dpe
  11. echo ***************************************
  12. echo The Battle Isle 2200 demo is installed.  
  13. echo To start, type BI2.
  14. echo If the demo will not run, type HELP.
  15. echo To read the manual, type MANUAL.
  16. echo And for tips on gameplay, type TIPS.
  17. echo ***************************************
  18.